Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:01:33 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:01:39 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:01:45 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:01:55 UTC
Downloading 1 requests, up to 31 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:02 UTC
Downloading 1 requests, up to 44 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:09 UTC
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:16 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:24 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:33 UTC
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:39 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55cb060220c0>), :
cannot open the connection
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:47 UTC
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:52 UTC
Downloading 1 requests, up to 47 time slices each
Fetching request 1 of 1 (2025-06-20 to 2025-06-20) ~ 00:02:59 UTC
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55cb11f4b080>), :
cannot open the connection
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55cb0b241070>), :
cannot open the connection
Warning: There were 3 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?latitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 2 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()